Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karlhepler/php-pub
Create global path-referencing functions at run-time.
https://github.com/karlhepler/php-pub
Last synced: 6 days ago
JSON representation
Create global path-referencing functions at run-time.
- Host: GitHub
- URL: https://github.com/karlhepler/php-pub
- Owner: karlhepler
- License: mit
- Created: 2016-03-10T16:57:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-06T16:39:06.000Z (over 8 years ago)
- Last Synced: 2024-11-16T00:47:20.617Z (2 months ago)
- Language: PHP
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pub
This is the php implementation of pub
```
OldTimeGuitarGuy\Pub\Helpers\Globaler12 ✔ is initializable
17 ✔ can capture an instance of a class and set a default function name and declare that function
28 ✔ can add functionsOldTimeGuitarGuy\Pub\Helpers\Pather
11 ✔ is initializable
16 ✔ can normalize a path
22 ✔ can finalize a path
28 ✔ can transform text to camel case
35 ✔ can return the base of a stringOldTimeGuitarGuy\Pub\Pub
20 ✔ is initializable
25 ✔ can return the public path
30 ✔ can return a path within the public path
39 ✔ can add paths
64 ✔ allows base overrides when prepended with at
71 ✔ parses variables in the base path
94 ✔ can create global pub functions3 specs
15 examples (15 passed)
```