streetlamp

A HTTP router application wrapper.

MIT License

Downloads
115
Stars
7
Committers
2

Bot releases are hidden (Show)

streetlamp - 0.3.2 Latest Release

Published by willitscale 8 months ago

Added:

  • Support for Apache on docker init
  • Documentation for Apache configuration

Fixed:

  • Documentation on paramters
  • README.MD documentation

Improved:

  • Code for commands
  • Unit tests migrated to PHP Unit 11
streetlamp - 0.3.1

Published by willitscale 9 months ago

Bugfix

  • Fix for the docker compose

Contribution by @vaugenwake

streetlamp - 0.3.0

Published by willitscale 9 months ago

Fixes:

  • Validator strict types no longer failing

Changes:

  • Order of min/max changed for the IntValidator and FloatValidator

New Features:

  • Streetlamp binary for executing tasks such as list routes, clear route cache and init docker
  • Documentation for
    • Streetlamp binary
    • Nginx setup
streetlamp - 0.2.2

Published by willitscale 9 months ago

New Features:

  • Added support for the JsonArray attribute
    • Usable in conjunction with parameter mapping attributes
    • Supported within JsonObject
    • Supporting tests added
    • Supporting documentation added
streetlamp - 0.2.1

Published by willitscale 9 months ago

Changes:

  • Allow arrays to be received as a body parameter
  • All validators expect mixed input/output instead of just string
  • More supporting tests for validators and data mapping
  • Fixed documentation on validators

Fixes:

  • When missing a JSON attribute throw exception not fatal error
  • Correctly passing the validators from the parameters
streetlamp - 0.2.0

Published by willitscale 12 months ago

  • Tested with PHP 8.3 and ensured compatibility
  • Added caching to routes
streetlamp - 0.1.3

Published by willitscale over 1 year ago

Changes:

  • All code now complies with PSR-12
  • Updated tests to be compatible with PHP Unit 10
  • Added PHPCS to the build pipeline for pull requests
  • Improved speed of the github action build pipeline
streetlamp - 0.1.2

Published by willitscale over 1 year ago

Fix for the query string being included in the path as matching criteria.

streetlamp - 0.1.1

Published by willitscale over 1 year ago

Fixes a routing issue with relative paths and correctly ignoring escaping namespace delimiters.

streetlamp - 0.1.0

Published by willitscale over 1 year ago

Initial Release

Package Rankings
Top 23.92% on Packagist.org
Badges
Extracted from project README
GitHub Workflow Status (with branch) Packagist License Packagist Version GitHub last commit