Libraries tagged by Url Class
se7enxweb/ezurlmultisite
3 Downloads
Exponential kernel override extension featuring template operator php class overrides that replace at runtime the template operators like ezurl and ezroot to bind content trees to siteaccess host names for true multisite content object resolution to url routes. Great for all large content websites and website networks. Great for smart developers!
se7enxweb/bcurlaliaswithdash
7 Downloads
BC Url Alias With Dash is a simple eZ Publish Platform (Legacy) kernel override extension which overrides the default ezchartransform class to provide a simple feature it allows all content urls to be separated by a dash character rather than the default underscor character. Great for advanced developers!
pdyn/datatype
178 Downloads
Collection of classes representing specific data types, and providing utilities to work with these types.
myerscode/utilities
3 Downloads
A collection of utility classes that make working with things much easier.
mvccore/ext-form
4354 Downloads
MvcCore - Extension - Form - form extension with base classes to create and render web forms with HTML5 controls, to handle and validate submited user data, to manage forms sessions for default values, to manage user input errors and to extend and develop custom fields and field groups.
mschreiber/earl
7 Downloads
Earl is a single class library for parsing, building, modifying, and printing URL strings.
laudirbispo/easy-route
13 Downloads
A simple router class
jpi/utils
5416 Downloads
Library with various utility classes
brookinsconsulting/bcurlaliaswithdash
0 Downloads
BC Url Alias With Dash is a simple eZ Publish Platform (Legacy) kernel override extension which overrides the default ezchartransform class to provide a simple feature it allows all content urls to be separated by a dash character rather than the default underscor character. Great for advanced developers!
brookinsconsulting/bclowercaseurlaliasbundle
8564 Downloads
BC Lower Case Url Alias Bundle for eZ Platform. Provides basic url alias transformation configuration necessary to transform new content created or modified url aliases to lower case separated by underscore or dash characters. Great for adventurous developers!
mynt/utilities
211 Downloads
Mynt Utilities: Collection of classes meant to aid you in web development by solving some common problems.
drmvc/helpers
830 Downloads
Collection of classes with some useful features
mnb/scraperkit
4 Downloads
MNB ScraperKit V1.0.3 - enterprise-ready PHP crawling and data extraction framework with AI crawl intelligence, search discovery, authorized mail/webmail extraction connectors, publisher metadata workflows, extraction recipes, provenance, quality reports, datasets, queues, dashboards, and compliance tooling.
liam-chapman/router
29 Downloads
Simple PHP Router for routing URLs to class methods.
charm/router
22 Downloads
A very fast, tiny single file router implementation. Compatible with PSR Middlware. Takes you from /users/{id:\d+} to `User::profile($id)`. Also in reverse: `$router->url([User::class, 'profile'], 123)` gives you the URL.