https://github.com/aeon-php/website
https://aeon-php.org
https://github.com/aeon-php/website
aeon documentation php
Last synced: 11 months ago
JSON representation
https://aeon-php.org
- Host: GitHub
- URL: https://github.com/aeon-php/website
- Owner: aeon-php
- Created: 2020-06-19T17:08:54.000Z (almost 6 years ago)
- Default Branch: 1.x
- Last Pushed: 2024-06-12T03:46:58.000Z (almost 2 years ago)
- Last Synced: 2025-03-27T07:03:34.685Z (12 months ago)
- Topics: aeon, documentation, php
- Language: HTML
- Homepage: https://aeon-php.org
- Size: 17.3 MB
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aeon
[](https://php.net/)
Time Management Framework for PHP
> The word aeon /ˈiːɒn/, also spelled eon (in American English), originally meant "life", "vital force" or "being",
> "generation" or "a period of time", though it tended to be translated as "age" in the sense of "ages", "forever",
> "timeless" or "for eternity".
[Source: Wikipedia](https://en.wikipedia.org/wiki/Aeon)
## Website
Documentation of Aeon PHP project.
### Development
```bash
composer install
npm install
node_modules/.bin/gulp
symfony server:start
```
[http://127.0.0.1:8000/](http://127.0.0.1:8000/)
### Download latest version of the library
```bash
bin/console aeon:library:download calendar 1.x
```
### Generate static content
```bash
bin/console static-content-generator:copy:assets --env=prod
bin/console static-content-generator:generate:routes --env=prod --parallel=8
```
### Generate static content for single library
```bash
bin/console static-content-generator:generate:routes --env=prod --parallel=8 --filter-route-prefix=docs_calendar
```
### Push new changes to github pages
```bash
git subtree push --prefix=output upstream gh-pages
```