Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Leaf PHP 🍁

We're building simple but powerful software that powers apps and APIs from all over the world 🚀
Collective - Host: opensource - https://opencollective.com/leaf - Website: https://leafphp.dev/ - Code: https://github.com/leafsphp

feat: include packages in installer

github.com/leafsphp/aloe - d362cdb1a3126bb37317c9cf473151ff496871dd authored over 1 year ago by mychidarko <[email protected]>
fix: patch up namespace issue

github.com/leafsphp/router - 0a14f6b2a942c921e2e58f2d1c0f0806a8093560 authored over 1 year ago by mychidarko <[email protected]>
Merge pull request #5 from crosa7/feature-get-route-by-name

Feature: Get route by name

github.com/leafsphp/router - ce092ed101a13d172b1512f69c7c78bb63215636 authored over 1 year ago by Michael Darko <[email protected]>
chore: setup queue

github.com/leafsphp/queue - 42b1da56e8d183cb1ffc2bd07d083a6823a9b8d6 authored over 1 year ago by mychidarko <[email protected]>
Merge pull request #63 from crosa7/auth-add-timestamp-format-docs

Add auth timestamp_format documentation

github.com/leafsphp/docs - bca772673a121686d763cb19995d06f6e2623c8b authored over 1 year ago by Michael Darko <[email protected]>
Add auth timestamp_format documentation

github.com/leafsphp/docs - 2d860c0e24bf2b377f6149bbf797bed96d363886 authored over 1 year ago by André Rosa <[email protected]>
Update CHANGELOG

github.com/leafsphp/vite-plugin - 5da125928e760e7b7ed35b6ec34f154e3944219d authored over 1 year ago by driesvints <[email protected]>
Merge pull request #9 from crosa7/update-serve-command-to-use-compose-v2

github.com/leafsphp/cli - b2f100223c7b8ae24d3890cf7399126103994cb8 authored over 1 year ago by Michael Darko <[email protected]>
Update ServeCommand to use Compose V2

- As per docker documentation: "Compose V1 no longer receives updates and will not be available ...

github.com/leafsphp/cli - f37df8c174cad7776e6c4d1a71f04524cda61222 authored over 1 year ago by André Rosa <[email protected]>
Merge pull request #13 from crosa7/fix-timestamps

github.com/leafsphp/auth - 0f3cbd74cf1a4d851321909635aa224a4716438a authored over 1 year ago by Michael Darko <[email protected]>
Allow custom timestamp format

- When trying to register having USE_TIMESTAMPS to true, the insert on a mysql database fails be...

github.com/leafsphp/auth - 58c8dcf4f8ed13dec8b43f6e4c39e01c527e78cd authored over 1 year ago by André Rosa <[email protected]>
Merge pull request #14 from crosa7/fix-incorrect-id-in-where-clause

Fix where clause when fetching user

github.com/leafsphp/auth - b9c3236eb76135d98c2cc0d7333a6d654f9e62d9 authored over 1 year ago by Michael Darko <[email protected]>
Feature: Get route by name

- This introduces a method to return a route url by its name

- The main usage idea behind this ...

github.com/leafsphp/router - bec034c0827ad266a2bc603e0e7f177ce1a9da19 authored over 1 year ago by André Rosa <[email protected]>
Fix where clause when fetching user

- When fetching a user, "id" was being used instead of ID_KEY. This leads to problems if the use...

github.com/leafsphp/auth - 022448e76000f509f2499241e25918fe6907014f authored over 1 year ago by André Rosa <[email protected]>
fix: patch up type error

github.com/leafsphp/csrf - 3256a7cbfb0bb399ea651de3f1227d75daa14e93 authored over 1 year ago by mychidarko <[email protected]>
fix: add app instance to attach

github.com/leafsphp/leaf - 976305bad215a9bdb71db0bc444405e82b1a4d0c authored over 1 year ago by mychidarko <[email protected]>
fix: correct ini types

github.com/leafsphp/leaf - 04acc3747ce44277dbb106746bdbf9cddb081c8f authored over 1 year ago by mychidarko <[email protected]>
fix: update custom handler location

github.com/leafsphp/exceptions - 0187c2ed3bb05a23acf401502e8222c9e01d0467 authored over 1 year ago by mychidarko <[email protected]>
feat: update error handlers to use exceptions

github.com/leafsphp/leaf - 0af92024aad5c56ac60153491da0eca0e53d7f99 authored over 1 year ago by mychidarko <[email protected]>
feat: run custom handler on !debug

github.com/leafsphp/exceptions - 14b9f896d4285e8d37d0964d237b1bc4841c4183 authored over 1 year ago by mychidarko <[email protected]>
feat: add support for custom handlers

github.com/leafsphp/exceptions - 6f15608003cde3b641a8960c0dfc6ae03d205ac8 authored over 1 year ago by mychidarko <[email protected]>
Merge pull request #227 from timacdonald/node-fallback

[0.7.x] Ensure 'node' has a fallback type when working with static import linters

github.com/leafsphp/vite-plugin - cd1b0f4b42964ac2bd8bbc321904f9f78c304c46 authored over 1 year ago by Jess Archer <[email protected]>
Ensure 'node' has a fallback type when working with static CJS linters

github.com/leafsphp/vite-plugin - 60b248193c9a81f27413ba33ff71a0a029affced authored over 1 year ago by Tim MacDonald <[email protected]>
feat: add scripts to run on leaf init

github.com/leafsphp/logger - aee2379f484148dcff2e64e50807a2b55713b720 authored over 1 year ago by mychidarko <[email protected]>
feat: allow access to leaf instance in script

github.com/leafsphp/leaf - 1ab991df3c449f785d3419d518b4d70eaf029e82 authored over 1 year ago by mychidarko <[email protected]>
feat: attach script to run on leaf init

github.com/leafsphp/csrf - e899449b24aee81474c1d1b114cf91e3920171b1 authored over 1 year ago by mychidarko <[email protected]>
feat: attach script for leaf init

github.com/leafsphp/bareui - a84d855be5ba319a9c0c695d65d25aabf959b23b authored over 1 year ago by mychidarko <[email protected]>
feat: add support for 3rd party init scripts

github.com/leafsphp/leaf - dbbe59c569fd6f4436a4069a278836717b528339 authored over 1 year ago by mychidarko <[email protected]>
chore: update readme

github.com/leafsphp/leaf - 5ad68b65c2e4f930c196d7dd33d1dad40148ef03 authored over 1 year ago by mychidarko <[email protected]>
Merge pull request #5 from 1mahdimf/patch-1

Model::create works

github.com/leafsphp/mvc-core - 4fda427043a66b02e8978ce216be92d78524248a authored over 1 year ago by Michael Darko <[email protected]>
fix: patch up init error

github.com/leafsphp/csrf - 1b5c56c6bc7d8bcd03e77174f07fbf35db1a1278 authored over 1 year ago by mychidarko <[email protected]>
Update CHANGELOG

github.com/leafsphp/vite-plugin - a72ae35f4f7a78d094ec8ce48010ad5c436456c9 authored over 1 year ago by driesvints <[email protected]>
Add a DOCTYPE (#215)

Prevent the browser from rendering the page in quirks mode

github.com/leafsphp/vite-plugin - 8f42b4cfa7e52189ddb6d213c76335a70f06c6a4 authored over 1 year ago by Matijs <[email protected]>
Expose base types (#220)

github.com/leafsphp/vite-plugin - 43c5d46699652f7139be59e27e1c191e13127ebc authored over 1 year ago by Tim MacDonald <[email protected]>
chore: fix styling

github.com/leafsphp/leaf - 1e1905ccd6232e9ee9f9d815ad48d297ec71ff84 authored over 1 year ago by mychidarko <[email protected]>
feat: add attach method

github.com/leafsphp/leaf - 3850b7dffe34e630a5f8804afa0576463c3e3729 authored over 1 year ago by mychidarko <[email protected]>
chore: update readme

github.com/leafsphp/devtools - 6512aca27b8efd12b58151d7293f026725728686 authored over 1 year ago by mychidarko <[email protected]>
Merge pull request #62 from leafsphp/staging

Staging

github.com/leafsphp/docs - 0ac4c6e2823984b7645af50ca4f404cb3e950afb authored over 1 year ago by Michael Darko <[email protected]>
Update Model.php

Model::create([]); work

github.com/leafsphp/mvc-core - 5bb36d4f6365979ceb348b4ca5af0011cde662bf authored over 1 year ago by 1mahdimf <[email protected]>
feat: add scripts to run on install

github.com/leafsphp/csrf - 8c5c22601c2e9053c6727dc96757347a40f0df92 authored over 1 year ago by mychidarko <[email protected]>
fix: patch up session start error

github.com/leafsphp/csrf - 54264801d22f8c4809931346cbc777127d8d77bf authored over 1 year ago by mychidarko <[email protected]>
fix: update script

github.com/leafsphp/bareui - 4ff8c96da8f2b68d9c36ea5042e2ac717e6cc9dc authored over 1 year ago by mychidarko <[email protected]>
feat: add scripts to load on install

github.com/leafsphp/bareui - b1fb33f10d4ab5176e52dcd37fcfb6d52b9d0309 authored over 1 year ago by mychidarko <[email protected]>
Update CHANGELOG

github.com/leafsphp/vite-plugin - b87193a55ccb9aea120fff9c07b0cc0b4a0713d4 authored over 1 year ago by timacdonald <[email protected]>
Polyfill import.meta.url for CJS builds (#217)

github.com/leafsphp/vite-plugin - 6c0d05a65a50d7944c1ba8a2f6b0e278936be611 authored over 1 year ago by Tim MacDonald <[email protected]>
feat: update modules

github.com/leafsphp/docs - f3b8bd6fef98c7e48856a7e7aae2c58b01783bf0 authored over 1 year ago by mychidarko <[email protected]>
feat: add deployment docs

github.com/leafsphp/docs - 42bc69d38976e98727f3681bcefc95340622cf74 authored over 1 year ago by mychidarko <[email protected]>
Merge pull request #61 from leafsphp/staging

Staging

github.com/leafsphp/docs - 6575a5c444cc575f4c52140b6b39a46682388fcf authored over 1 year ago by Michael Darko <[email protected]>
feat: add devtools docs

github.com/leafsphp/docs - 8efabffca23583f37f29b0c7307cc67e86f7354e authored over 1 year ago by mychidarko <[email protected]>
chore: update readme

github.com/leafsphp/devtools - b9371229a0fd944783affef5b65068ebd407836b authored over 1 year ago by mychidarko <[email protected]>
feat: add route for in-browser devtools

github.com/leafsphp/devtools - b4614c919c98fedef4eaf5e0b604376f20cb2ee9 authored over 1 year ago by mychidarko <[email protected]>
fix: switch from href to origin

github.com/leafsphp/devtools - ee874eaa41fdd56d4620646f05af8bfff30c3d81 authored over 1 year ago by mychidarko <[email protected]>
chore: update gitignore

github.com/leafsphp/devtools - 98e0870f1a5d4237465fd42da43b8b873cad6f7c authored over 1 year ago by mychidarko <[email protected]>
feat: add devtools version and cors headers

github.com/leafsphp/devtools - 7eb85be9e43948cd596d8c36293f399511953b1e authored over 1 year ago by mychidarko <[email protected]>
feat: add client side code

github.com/leafsphp/devtools - 865c6f4197e8f9581bf6cd2bb1feb6f841543f55 authored over 1 year ago by mychidarko <[email protected]>
Update CHANGELOG

github.com/leafsphp/vite-plugin - 5f809ed1337d45595f0e2568a32f2d0879bc3bc6 authored over 1 year ago by driesvints <[email protected]>
Build MJS and CJS versions (#189)

github.com/leafsphp/vite-plugin - d446d2d7824481a0de81e6225ff15bc22979421a authored over 1 year ago by Tim MacDonald <[email protected]>
feat: add caching video docs

github.com/leafsphp/docs - e2c2f5c1cbfc2e8f4ac8cb6ccbe32ec1d3786114 authored over 1 year ago by mychidarko <[email protected]>
feat: update blade docs

github.com/leafsphp/docs - ebfdc1d2e2a4fd64807ac47827260b97d785645e authored over 1 year ago by mychidarko <[email protected]>
feat: add leaf ui overview

github.com/leafsphp/docs - c4b2f9052cf01ed948a7652278b552166503c878 authored over 1 year ago by mychidarko <[email protected]>
feat: update bareui docs

github.com/leafsphp/docs - 9a61286a274d08d4f628967be8d937a1f74fb4d7 authored over 1 year ago by mychidarko <[email protected]>
Merge pull request #59 from leafsphp/staging

Staging

github.com/leafsphp/docs - 6398030c10fc88b5afff3acedae3941f80dedd36 authored over 1 year ago by Michael Darko <[email protected]>
feat: add user update docs

github.com/leafsphp/docs - fc312cd612e5112f1010f9668567d341e817fe68 authored over 1 year ago by mychidarko <[email protected]>
feat: update auth helpers

github.com/leafsphp/docs - 4f264204a46a2df39529f6ee35bd1690ded217a9 authored over 1 year ago by mychidarko <[email protected]>
feat: update session docs

github.com/leafsphp/docs - abd1cec8d053eacf2e15d14d343a320790ee2739 authored over 1 year ago by mychidarko <[email protected]>
feat: update sidebar

github.com/leafsphp/docs - 12cbd27111133fcd0ff1c41c56fa7efe11fdf761 authored over 1 year ago by mychidarko <[email protected]>
feat: add docs for protected routes

github.com/leafsphp/docs - 19e9dac0b70ca86072d78de61cf9becef0b78056 authored over 1 year ago by mychidarko <[email protected]>
fix: patch up group code

github.com/leafsphp/docs - 77d47c90340aeb39b0bbb45a56bed97e37a66e9d authored over 1 year ago by mychidarko <[email protected]>
feat: add named middleware docs

github.com/leafsphp/docs - 0d51febe0c04392be02f267cc1787798cf47688a authored over 1 year ago by mychidarko <[email protected]>
feat: add register docs

github.com/leafsphp/docs - 3d789b31220d231bed384f7af874b0aff7becf6e authored over 1 year ago by mychidarko <[email protected]>
fix: patch up encoding link

github.com/leafsphp/docs - f6e99d4efa2bab677fa33ed99aa81bc88b03288e authored over 1 year ago by mychidarko <[email protected]>
chore: update leaf docs theme

github.com/leafsphp/docs - ef5cf10c936b35cefa3e32ec6a7363c157a58376 authored over 1 year ago by mychidarko <[email protected]>
feat: add auth login docs

github.com/leafsphp/docs - 085e02fc2da692aee20d037c6b37476d81385cdd authored over 1 year ago by mychidarko <[email protected]>
feat: add support for automated toggles

github.com/leafsphp/leaf-docs-theme - 4db3af8bbdf83d1adcd78da5520cfe082f43bc9b authored over 1 year ago by mychidarko <[email protected]>
chore: update package version

github.com/leafsphp/leaf-docs-theme - 48cb9dbb3450377ea993c26d3de3e8b342830eef authored over 1 year ago by mychidarko <[email protected]>
feat: update demo

github.com/leafsphp/leaf-docs-theme - 36ea7a22dacda7e1ee2cd49fc197bf17bb5408e8 authored over 1 year ago by mychidarko <[email protected]>
feat: update markdown files

github.com/leafsphp/leaf-docs-theme - 7c18314315f3d9856f7befd19a3bb72ea8cd4dfa authored over 1 year ago by mychidarko <[email protected]>
feat: update sidebar

github.com/leafsphp/docs - 9ee71c6589dede68c88d9a09e2e49a37cb16e09f authored over 1 year ago by mychidarko <[email protected]>
feat: update auth docs

github.com/leafsphp/docs - 01b874d3239aeae4a2eb93dfa239b33723d78c7f authored over 1 year ago by mychidarko <[email protected]>
fix: update http docs titles

github.com/leafsphp/docs - 13510db96384384f6d7378403b5e4de20ed14d1b authored over 1 year ago by mychidarko <[email protected]>
feat: update devtools example

github.com/leafsphp/docs - 920d5392d8509b3459a5c91d6e2b41339004a56e authored over 1 year ago by mychidarko <[email protected]>
chore: hide devtools link

github.com/leafsphp/docs - de5b84530ca9dff0a9ed4ba17f2d4ef24cb1c546 authored over 1 year ago by mychidarko <[email protected]>
feat: update sub routing docs

github.com/leafsphp/docs - e9a43efd80ff06d2fea0991e8d704735fb584726 authored over 1 year ago by mychidarko <[email protected]>
feat: add devtools docs

github.com/leafsphp/docs - f8a41b9700b543c74085f2af78d7f0b3fcec956b authored over 1 year ago by mychidarko <[email protected]>
test: add test for nested dynamic groups

github.com/leafsphp/router - b0e065fb190559afe6bba56a208a1de6f2b72e17 authored over 1 year ago by mychidarko <[email protected]>
test: add test for multiple nested groups

github.com/leafsphp/router - f6e899d012634491db58bd68df43414b715b4ab2 authored over 1 year ago by mychidarko <[email protected]>
test: add test for multiple nested groups

github.com/leafsphp/router - a079a935390afda04a24324c3a593db915b28f86 authored over 1 year ago by mychidarko <[email protected]>
chore: reset debug mode

github.com/leafsphp/router - f2e5694b80f1bc1192f7809dc62cc18e95830c07 authored over 1 year ago by mychidarko <[email protected]>
fix: patch up issue with multiple group routes

github.com/leafsphp/router - b3e853463b445b3f944d1763e9aa7489790b35de authored over 1 year ago by mychidarko <[email protected]>
feat: add symfony var dumper

github.com/leafsphp/devtools - 4cb0549dac2dd37506844cf89627779c9e24282f authored over 1 year ago by mychidarko <[email protected]>
feat: update blog section

github.com/leafsphp/docs - 89e87057e487597152543265afa404871ed31bad authored over 1 year ago by mychidarko <[email protected]>
chore: fix styling

github.com/leafsphp/leaf - 0e3619420785ff87ffb37c97fbf3b5cfad82089b authored over 1 year ago by mychidarko <[email protected]>
feat: add eien config

github.com/leafsphp/leaf - 54d9b5a493b487fe1c752f7c5c7df5b053a3081b authored over 1 year ago by mychidarko <[email protected]>
feat: add eien config

github.com/leafsphp/leaf - f378f91adea02ae5cebb408bb8241aebf434f660 authored over 1 year ago by mychidarko <[email protected]>
test: add tests for named middleware

github.com/leafsphp/leaf - 9f51ac339e7280c662fcd2ffc3f73f7268825490 authored over 1 year ago by mychidarko <[email protected]>
chore: remove unused files

github.com/leafsphp/leaf - 8b9f5dd0850dd0df0a11d3fac9af861e33f45ecc authored over 1 year ago by mychidarko <[email protected]>