Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hollodotme/helpers
Handy helper classes, tutorials, etc. for developers
https://github.com/hollodotme/helpers
php prosody tutorial vagrant
Last synced: about 18 hours ago
JSON representation
Handy helper classes, tutorials, etc. for developers
- Host: GitHub
- URL: https://github.com/hollodotme/helpers
- Owner: hollodotme
- Created: 2014-06-08T14:11:20.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-27T18:21:29.000Z (over 8 years ago)
- Last Synced: 2025-01-21T07:05:22.299Z (about 18 hours ago)
- Topics: php, prosody, tutorial, vagrant
- Language: PHP
- Homepage:
- Size: 34.2 KB
- Stars: 400
- Watchers: 29
- Forks: 79
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hollodotme\Helpers
## What is this?
This is a collection of some handy code packages and tutorials to make developer's life easier.
## PHPExport
PHPExport is a small collection of classes to export PHP extentions or classes into PHP code or even a PHAR.
This was designed to make auto completion and namespaces accessible for extentions or classes were only provided as compiled extension but not as PHP code,
e.g. pecl_http Version 2.x.Please read the README.md in the subfolder for more information and a "how to use".
## Tutorials
I often come across tool or configuration issues that can be solved by reading tons of documentation.
These tutorials shall summarize each to a single page. Please discuss this and feel free to suggest corrections and improvements!For an overview of the tutorials please read the README.md in the subfolder.
Happy developing!