Download the PHP package phidias/api.project without Composer
On this page you can find all versions of the php package phidias/api.project. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download phidias/api.project
More information about phidias/api.project
Files in phidias/api.project
Download phidias/api.project
More information about phidias/api.project
Files in phidias/api.project
Vendor phidias
Package api.project
Short Description A boilerplate phidias/api project
License GPL-3.0
Package api.project
Short Description A boilerplate phidias/api project
License GPL-3.0
Please rate this library. Is it a good library?
Informations about the package api.project
Phidias API project boilerplate
Step 0: Add a custom composer repository
composer config repositories.REPOSITORY_NAME composer REPOSITORY_URL
Step 1: Download some API modules
composer require phidias/calendar.api
Step 2: Import downloaded modules into your API
Edit the file public/index.php
and call Server::import (before Server::run)
Step 3: Go over your configuration settings
Look at all files inside the /configuration folder and edit as necessary
Step 4: Run the installation script
cd path/to/your/project/public (or wherever index.php resides) php ../vendor/phidias/api/scripts/install.php
... Run!
Make the /public directory available through a web server
Quick test: cd path/to/your/project/public php -S localhost:8000
All versions of api.project with dependencies
PHP Build Version
Package Version
The package phidias/api.project contains the following files
Loading the files please wait ....