Template for repository helper, library - Basic, Simple and Lightweight

Overview

Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require

Template start helper, library

Template for repository helper, library - Basic, Simple and Lightweight

Use this Template

First, you can Use this template for new project: Use this template

Second, clone your project to your to path in your machine

Finally, your edit file composer.json in root folder of project

=5.6" }, "autoload": { "psr-4": { "nguyenanhung\\Libraries\\REPLACE_FOR_YOUR\\": "src/" }, "files": [ "helpers/helpers.php" ] } } ">
{
    "type": "library",
    "name": "nguyenanhung/template-php-lib",
    "description": "Template for repository helper, library - Basic, Simple and Lightweight",
    "keywords": [
        "template",
        "helper",
        "library",
        "php"
    ],
    "homepage": "https://github.com/nguyenanhung/template-php-lib",
    "license": "MIT",
    "minimum-stability": "stable",
    "authors": [
        {
            "name": "Nguyen An Hung",
            "email": "[email protected]",
            "homepage": "https://nguyenanhung.com",
            "role": "Developer"
        }
    ],
    "require": {
        "php": ">=5.6"
    },
    "autoload": {
        "psr-4": {
            "nguyenanhung\\Libraries\\REPLACE_FOR_YOUR\\": "src/"
        },
        "files": [
            "helpers/helpers.php"
        ]
    }
}

Replace name space REPLACE_FOR_YOUR to Library space, example: JSON. After change namespace, project namespace same "nguyenanhung\\Libraries\\JSON\\": "src/"

Finished, your can writing new awesome helper and library now time.

Contact & Support

If any question & request, please contact following information

Name Email Skype Facebook
Hung Nguyen [email protected] nguyenanhung5891 @nguyenanhung

From Vietnam with Love <3

You might also like...
This package provides an artisan command to generate a basic crud with Restful API support

NHRROB Crud Generator Package This package provides an artisan command to generate a basic crud composer install command: composer require nhrrob/crud

A basic Laravel project aimed at facilitating rapid prototyping.
A basic Laravel project aimed at facilitating rapid prototyping.

HTG Laravel A basic Laravel project aimed at facilitating rapid prototyping. Why write yet another login form when you just want to try something out?

A simple Laravel & Nuxtjs starter template
A simple Laravel & Nuxtjs starter template

Laravel Nuxtjs is a basic starter app built with Nuxtjs CLI thet give you the powerful of Nuxtjs with API laravel backend

A helper method to generate absolute asset URL's to Vite assets

Laravel vite() helper method A super simple Laravel helper to fill the void that Laravel Mix left. Mix had a helper, aptly named mix() that would retu

PHP template engine that uses data-attributes and keeps HTML templates valid and clean

Dataplater PHP template engine that uses data-attributes and keeps HTML templates valid and clean. Scroll down to see a usage example. Install compose

A lightweight full-stack component layer that doesn't dictate your front-end framework

Airwire A lightweight full-stack component layer that doesn't dictate your front-end framework Demo Introduction Airwire is a thin layer between your

A Laravel 5 package that switchs default Laravel scaffolding/boilerplate to AdminLTE template and Pratt Landing Page with Bootstrap 3.0

AdminLTE template Laravel package A Laravel package that switch default Laravel scaffolding / boilerplate to AdminLTE template with Bootstrap 3.0 and

Initial template to start your awesome Laravel, Tailwind and Vue projects
Initial template to start your awesome Laravel, Tailwind and Vue projects

Features Laravel 8.* Tailwind 2.1 Ready and Loaded @tailwindcss/typography @tailwindcss/forms Dark mode ready All variants enabled by default Vue 2, V

Laravel backend Inertia and Vue starter template

Inertia.js - Vue.js ve Laravel Starter Template Yunus Emre Altanay If you want to make a single page application using laravel infrastructure. This re

Releases(v1.0.3)
  • v1.0.3(Jun 21, 2022)

  • v1.0.2(Jun 17, 2022)

  • v1.0.1(Sep 23, 2021)

  • v1.0.0(Sep 22, 2021)

    Template start helper, library

    Template for repository helper, library - Basic, Simple and Lightweight

    Use this Template

    First, you can Use this template for new project: Use this template

    Second, clone your project to your to path in your machine

    Finally, your edit file composer.json in root folder of project

    {
        "type": "library",
        "name": "nguyenanhung/template-php-lib",
        "description": "Template for repository helper, library - Basic, Simple and Lightweight",
        "keywords": [
            "template",
            "helper",
            "library",
            "php"
        ],
        "homepage": "https://github.com/nguyenanhung/template-php-lib",
        "license": "MIT",
        "minimum-stability": "stable",
        "authors": [
            {
                "name": "Nguyen An Hung",
                "email": "[email protected]",
                "homepage": "https://nguyenanhung.com",
                "role": "Developer"
            }
        ],
        "require": {
            "php": ">=5.6"
        },
        "autoload": {
            "psr-4": {
                "nguyenanhung\\Libraries\\REPLACE_FOR_YOUR\\": "src/"
            },
            "files": [
                "helpers/helpers.php"
            ]
        }
    }
    
    

    Replace name space REPLACE_FOR_YOUR to Library space, example: JSON. After change namespace, project namespace same "nguyenanhung\\Libraries\\JSON\\": "src/"

    Finished, your can writing new awesome helper and library now time.

    Contact & Support

    If any question & request, please contact following information

    | Name | Email | Skype | Facebook | | ----------- | -------------------- | ---------------- | ------------- | | Hung Nguyen | [email protected] | nguyenanhung5891 | @nguyenanhung |

    From Vietnam with Love <3

    Source code(tar.gz)
    Source code(zip)
Owner
Hung Nguyen
Một tiêu một kiếm dọc giang hồ
Hung Nguyen
Textpattern-plugin-template - A template for building plugins for Textpattern CMS.

Plugin template for Textpattern CMS Developer documentation Refer to the Textpattern plugin development documentation, and notably the Plugin template

Textpattern CMS 17 Apr 17, 2022
Template repository for new Blade Icons packages.

Blade Icons Template This is a template repository for new icon packages for Blade Icons.

Blade UI Kit 11 Nov 30, 2022
This template repository is a boilerplate setup for a PHP application

PHP_Docker Repository Template What is this ? This template repository is a boilerplate setup for a PHP application. Its current version ships with PH

Kevin Richard 0 Jul 16, 2022
Simple mobile shop using basic php

simple-mobile-shop simple mobile shop using basic php Project Overview Go to your Xammp/wamp-server root folder Then create a folder named "mobileshop

IQBAL HASAN 2 Aug 9, 2022
Symfony React Blank is a blank symfony and react project, use this template to start your app using Symfony as an backend api and React as a frontend library.

Symfony React Blank Symfony React Blank is a blank symfony and react project, use this template to start your app using Symfony as an backend api and

Antoine Kingue 2 Nov 5, 2021
Basic Crud Generator (With Code Files, like GII (YII2)) Using Laravel, Livewire and Tailwind CSS

LiveCrud Live Crud Generator. This package generates Basic Crud with Livewire. Features Generate Complete Crud With Livewire Component and Blade Files

Ritesh Singh 28 Oct 12, 2022
Basic calculator made in PHP, CSS3 and JavaScript.

Basic Calculator in PHP Basic calculator in PHP made for treining. ??‍?? Used Technology PHP HTML CSS JavaScript ?? License This project is under MIT

Maria Peixoto 3 Aug 24, 2021
Basic admin panel with authentication and CURD operation..

About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie

Raja kumar 2 Nov 21, 2022
Laravel Framework 5 Bootstrap 3 Starter Site is a basic application with news, photo and video galeries.

Laravel Framework 5.1 Bootstrap 3 Starter Site Starter Site based on on Laravel 5.1 and Boostrap 3 Features Requirements How to install Application St

null 900 Dec 22, 2022
Basic Crud operations using smarty and php

Smarty template engine Smarty is a template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic. Documentati

null 0 Aug 8, 2022