Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zonuexe/php-project
https://github.com/zonuexe/php-project
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zonuexe/php-project
- Owner: zonuexe
- Created: 2016-08-28T16:18:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-28T16:25:52.000Z (over 8 years ago)
- Last Synced: 2024-11-06T02:49:15.548Z (2 months ago)
- Language: Emacs Lisp
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PHP Project
===========## Motivation
wip
## Specification
### `metadata`
```json
{
"metadata": "composer.json"
}
``````json
{
"metadata": {
"name": "zonuexe/php-project",
"description": "PHP Project metadata definition"
}
}
```- `"composer.json"`
- Import metadata from `composer.json`
- `object`
- [The composer.json Schema - Composer](https://getcomposer.org/doc/04-schema.md)### `dependency`
```json
{
"dependency": ["composer"]
}
```- `"composer"`
- `"include_path"`### `environment`
### `server`