Skip to content

Mlopezjo/api-base-PHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Base PHP

It's a PHP MVC Framework to build web APIs faster.

It's the sum of my PHP language learning, it grows with each question I ask myself:

It's start with the first one :

How to make a PHP router ?

My journey has only just begun :)

The next implementations :

  • Database migration ans seed
  • Scheduled tasks
  • Automatic generation of routes according to the methods present in the controllers
  • generation of accessible views to manage API access and consumption
  • creation of a CLI

Get Started :

Get the project

$ git clone https://github.com/Mlopezjo/api-base-PHP.git abp

$ cd abp

$ composer install

Add a VirtualHost

 
    DocumentRoot "var/www/abp"
    ServerName localhost
    ServerAlias *.localhost
    
        AllowOverride All
        Require all granted
    

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published