Fuel PHP Framework - The core of the Fuel v1 framework
Stars
808
Forks
346
Watchers
808
Open Issues
36
Overall repository health assessment
No package.json found
This might not be a Node.js project
1.7k
commits
736
commits
416
commits
55
commits
44
commits
36
commits
31
commits
30
commits
29
commits
25
commits
[session] use instance config, not global config, to determine session auto_start
92cd6c1View on GitHub[session] do not auto start the session if auto_start is set to false
033fdaeView on GitHub[migrate] improved migration enumeration; migrate packages before modules
f98ba47View on GitHub[profiler] don't attempt to get session data if no session is active
3b37462View on GitHub[session] add static method to check if a given session is active or not
a9908c2View on GitHub[profiler] do not try to access Session data if no session is active
8a5b88aView on GitHub[arr] add option to multisort to prevent re-indexing of indexed arrays
02d7114View on GitHub[arr] update is_assoc() to test for non-consequtive numeric keys; fixed multisort should not re-index array
377ca6bView on GitHubStr::random() replaced mt_rand() by random_int(), which is more reliable and random
bdfcaf2View on GitHub