🎁 Datagrid component project skeleton based on Nette Framework

Overview

Website 🚀 contributte.org | Contact 👨🏻‍💻 f3l1x.io | Twitter 🐦 @contributte


This project is here for super-simple demonstration how to create a project with contributte/datagrid. People are mailing me "This thing is broken - can you fix it please?" and I am responding: "Sure. Please create a sandbox-like repository where I can reproduce you issue and I will have a look at it". Well that's the purpose of this repository. I prepared you a database, presenter and a template. Use it. 🙌

Demo

https://examples.contributte.org/datagrid-skeleton/

Installation

To install latest version of contributte/datagrid-skeleton use Composer.

composer create-project -s dev contributte/datagrid-skeleton acme

Install using docker

  1. At first, use GIT to download this project.

    git clone https://github.com/contributte/datagrid-skeleton.git
    
  2. Run command:

    docker-compose up
    
  3. Open http://localhost and enjoy!

If you need enter into container (such as composer update) run command docker-compose run web bash.

Composer packages

Take a detailed look 👀 at contributte/datagrid

Development

See how to contribute to this package.

This package is currently maintaining by these authors.


Consider to support contributte development team. Also thank you for using this project.

Comments
  • Bump latte/latte from 2.10.6 to 2.10.7

    Bump latte/latte from 2.10.6 to 2.10.7

    Bumps latte/latte from 2.10.6 to 2.10.7.

    Release notes

    Sourced from latte/latte's releases.

    Released version 2.10.7

    • BlueScreenPanel: added source mapping & files creating in Tracy 2.9
    • Filters: better error message for deprecated strftime()
    • improved coding standard
    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies php 
    opened by dependabot[bot] 3
  • Bump nette/application from 3.1.4 to 3.1.5

    Bump nette/application from 3.1.4 to 3.1.5

    Bumps nette/application from 3.1.4 to 3.1.5.

    Release notes

    Sourced from nette/application's releases.

    Released version 3.1.5

    • ApplicationExtension: support for creating presenters via Tracy
    • RoutingPanel: supports withPath(...)
    • Revert "Component::link() & etc uses variadic parameter" #298
    • improved coding standard
    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies php 
    opened by dependabot[bot] 2
  • Bump tracy/tracy from 2.8.9 to 2.9.0

    Bump tracy/tracy from 2.8.9 to 2.9.0

    Bumps tracy/tracy from 2.8.9 to 2.9.0.

    Release notes

    Sourced from tracy/tracy's releases.

    Released version 2.9.0

    • BlueScreen redesign:
      • new callstack
      • added tabs to Environment & HTTP
      • added tabs with Latte template (source mapping)
    • works without session
    • TracyExtension: allow to specify error level for scream and strictMode, improve supported error level expressions
    • Debugger: allow to specify error severity in $scream
    • big refactoring
    • Debugger::errorHandler() always returns false to fill-in error_get_last(), 'display_errors' disabled
    • Debugger::dispatch() is not starting session automatically
    • BlueScreen: creates new file with content

    https://user-images.githubusercontent.com/194960/146819835-f40a7f90-3660-4bfa-af88-1ba15bac1153.mp4

    https://user-images.githubusercontent.com/194960/146982933-7f6e3c87-5165-41d2-a6ef-7cc1830316c8.mp4

    Released version 2.8.10

    • bar.js: fixed manual refreshing via X-Tracy-Ajax: Tracy.getAjaxHeader()
    • Debugger: don't render bar after dispatching assets or in CLI
    • bluescreen.css: fixed flash of black text
    • improved coding standard
    Commits
    • 551a7d9 Released version 2.9.0
    • 74a9fbe TracyExtension: allow to specify error level for scream and strictMode, impro...
    • 8aea3ae Debugger: allow to specify error severity in $scream
    • 6eb16c8 added FileSession, used by default [Closes #362][Closes #356]
    • e45a17e session usage encapsulated in the SessionStorage & NativeSession classes
    • f8fd9dc refactoring
    • d6e97ce DeferredContent: added addSetup()
    • e661abf processing of AJAX requests moved to class DeferredContent
    • 4fb321b classes ProductionStrategy and DevelopmentStrategy were separated from the De...
    • 52a9cc0 Debugger: $scream is not altering error_reporting
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies php 
    opened by dependabot[bot] 2
  • Bump nette/di from 3.0.11 to 3.0.12

    Bump nette/di from 3.0.11 to 3.0.12

    Bumps nette/di from 3.0.11 to 3.0.12.

    Release notes

    Sourced from nette/di's releases.

    Released version 3.0.12

    • Resolver::resolveEntityType() ignores return types 'object' & 'mixed' #274
    • Resolver::autowireArgument() uses named arguments to skip optional parameters in PHP 8
    • Resolver: forbidden to use extra parameter after optional (for forward compatibility) (BC break)
    • Resolver::autowireArguments() improved support for variadics
    • Resolver: refactoring of autowireArguments()
    • ServicesExtension: improved parameter merging method
    • DependencyChecker: do not serialize object parameters #273
    • PhpGenerator: do not format the statement twice or incorrectly
    • improved exception messages
    • improved coding style
    • ServiceDefinition: added setCreator() & getCreator(), aliases for setFactory() & getFactory()
    Commits
    • 11c236b ServiceDefinition: added setCreator() & getCreator(), aliases for setFactory(...
    • 6d79ebb improved exception messages
    • 18180e8 Resolver::resolveEntityType() ignores return types 'object' & 'mixed' [Closes...
    • 733a9ca Resolver::autowireArgument() uses named arguments to skip optional parameters...
    • eeb3d03 Resolver: forbidden to use extra parameter after optional (for forward compat...
    • 556abb1 Resolver::autowireArguments() improved support for variadics
    • 059a9f5 Resolver: refactoring of autowireArguments()
    • 71ba33b ServicesExtension: improved parameter merging method
    • bb83f46 DependencyChecker: do not serialize object parameters [Closes #273]
    • e11ebc1 PhpGenerator: do not format the statement twice or incorrectly
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies php 
    opened by dependabot[bot] 2
  • Bump nette/di from 3.0.14 to 3.1.0

    Bump nette/di from 3.0.14 to 3.1.0

    Bumps nette/di from 3.0.14 to 3.1.0.

    Release notes

    Sourced from nette/di's releases.

    Released version 3.1.0

    Changes:

    • supports PascalCase constants in configuration
    • Resolver: non-optional autowired parameters trigger notice that value is required [Closes #271]
    • constants are PascalCase
    • NeonAdapter: automatically escapes @
    • Compiler: constants are evaluated immediately"

    Deprecations:

    • deprecated options 'parameters', 'dynamic', 'class' in configuration
    • Three ... dots are deprecated in configuration
    • Loader::save() is deprecated
    • annotations @return are deprecated
    • PhpExtension & ConstantsExtension are deprecated (have been moved to nette/bootstrap)
    Commits
    • 7e5ec4a option 'dynamic' and option 'class' used instead of 'create' are deprecated
    • 63c867c Revert "Compiler: constants are evaluated immediately" (BC break)
    • 34a9847 Decorator: removed filterArguments() usage for tags (BC break)
    • 6ab80a7 constants are PascalCase
    • a48efd3 supports PascalCase constants
    • 9582d06 Loader::save() is deprecated
    • 6719989 Resolver: not() and others expect 1 parameter
    • 5ca84aa NeonAdapter: automatically escapes @
    • dbdd35b Three ... dots are deprecated, triggers notices
    • 02a8937 method setCreator() is used primary internally
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies automerge 
    opened by dependabot[bot] 1
  • Bump phpstan/phpstan from 1.8.6 to 1.8.10

    Bump phpstan/phpstan from 1.8.6 to 1.8.10

    Bumps phpstan/phpstan from 1.8.6 to 1.8.10.

    Release notes

    Sourced from phpstan/phpstan's releases.

    1.8.10

    Improvements 🔧

    • RuleTestCase: enable gathering analyser errors without causing test failures (#1728), thanks @​schlndh!

    Bugfixes 🐛

    Function signature fixes 🤖

    1.8.9

    Improvements 🔧

    Bugfixes 🐛

    Function signature fixes 🤖

    1.8.8

    Improvements 🔧

    ... (truncated)

    Commits
    • 0c4459d PHPStan 1.8.10
    • 74e51aa Fix Shipmonk build
    • ea9ee20 Updated PHPStan to commit ecc3076769a7943e33801d024eeab0b08187c204
    • 5d0bf92 Updated PHPStan to commit 2222b6319d013cf939ff013f14d90e3ec85b0503
    • 473171e Updated PHPStan to commit e937d5ff444070aa67fc8dee4d38e3a74bc22a09
    • e0715da Updated PHPStan to commit 9febf1db4b4e3a4f3462fdd6ffa67b22a420f05a
    • efcf041 Updated PHPStan to commit 90403cc656aca2c2e0ae8ba176c461ca490ec24d
    • 3a72d9d PHPStan 1.8.9
    • 8248800 Updated PHPStan to commit 76bd347d2281f311ed5aa4a5c8a6632f2f136eff
    • 02fe0c8 Updated PHPStan to commit 7c7bbbe51bcd61ada505856e1f6bab28329ec379
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies automerge 
    opened by dependabot[bot] 1
  • Bump phpstan/phpstan from 1.8.6 to 1.8.9

    Bump phpstan/phpstan from 1.8.6 to 1.8.9

    Bumps phpstan/phpstan from 1.8.6 to 1.8.9.

    Release notes

    Sourced from phpstan/phpstan's releases.

    1.8.9

    Improvements 🔧

    Bugfixes 🐛

    Function signature fixes 🤖

    1.8.8

    Improvements 🔧

    Bugfixes 🐛

    Function signature fixes 🤖

    ... (truncated)

    Commits
    • 3a72d9d PHPStan 1.8.9
    • 8248800 Updated PHPStan to commit 76bd347d2281f311ed5aa4a5c8a6632f2f136eff
    • 02fe0c8 Updated PHPStan to commit 7c7bbbe51bcd61ada505856e1f6bab28329ec379
    • 3cd136c Updated PHPStan to commit 32b3c67729267a1f7a4dcae590e7ce9013eabfee
    • 46d1178 Updated PHPStan to commit 02f0f894ff90561d495dbdef3716c80b2077e2ae
    • 9f7bf18 Updated PHPStan to commit 7a6ff57557145485b3bf4de3855f80407e6e16b5
    • 97b851b Update extension-tests.yml
    • cff23a6 Updated PHPStan to commit 8e55decc78ab9da6ffe4cc62045c752794ed2d7a
    • d0b09d0 Updated PHPStan to commit b1b0dc921894da1f24721702262e64399a39c626
    • 31ebab5 Updated PHPStan to commit 9bf569404d5ab14896088efcc8ca02a2e94f300e
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies automerge 
    opened by dependabot[bot] 1
  • Bump phpstan/phpstan from 1.8.6 to 1.8.8

    Bump phpstan/phpstan from 1.8.6 to 1.8.8

    Bumps phpstan/phpstan from 1.8.6 to 1.8.8.

    Release notes

    Sourced from phpstan/phpstan's releases.

    1.8.8

    Improvements 🔧

    Bugfixes 🐛

    Function signature fixes 🤖

    1.8.7

    Improvements 🔧

    Bugfixes 🐛

    ... (truncated)

    Commits
    • 08310ce PHPStan 1.8.8
    • 33a48ac Updated PHPStan to commit acbb55baeeb2f02b0ea2e61b4321e4f5dd5f65b2
    • d5b4ca2 Updated PHPStan to commit fd94186ee2a8065c94edb4603dd954584e9e8f45
    • 3b463b4 Updated PHPStan to commit 862c8ff7493948923f4138b27f4e8d7612c6ff28
    • 4dbe4e7 Updated PHPStan to commit 78358601e6ec0b5370a57393506d471db002c2ea
    • 3505170 Updated PHPStan to commit 954c16ad244e84cbd58d92ccc2bd6d4eaf244f84
    • 5e3fbc8 Update Doctrine ORM baseline
    • 143dcc8 Update Composer baseline
    • ca3a1c6 Updated PHPStan to commit cdb0fe68ecd644de71e48b1f652f4ada88b77c5d
    • f225821 Updated PHPStan to commit 0b8b337f54b75d884be3c57a5ded9931f8bdf82b
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies automerge 
    opened by dependabot[bot] 1
  • Bump phpstan/phpstan from 1.8.6 to 1.8.7

    Bump phpstan/phpstan from 1.8.6 to 1.8.7

    Bumps phpstan/phpstan from 1.8.6 to 1.8.7.

    Release notes

    Sourced from phpstan/phpstan's releases.

    1.8.7

    Improvements 🔧

    Bugfixes 🐛

    Function signature fixes 🤖

    Internals 🔍

    Commits
    • 536ff0e PHPStan 1.8.7
    • be40c96 Updated PHPStan to commit bcbc46924d6a53e65184edcf35cdfe25bced7866
    • cc90c9f Updated PHPStan to commit 20f044ece208d6cbbc5141b9bdd73ee972d445e9
    • 7acc24d Updated PHPStan to commit 8462fbd5aa047af417dbffd67d0d6b89bad8cb68
    • 9b1f4c3 Updated PHPStan to commit c052aace4efa157d9594f13fb748965cbfc43be2
    • 50dec00 Updated PHPStan to commit 8657382dbccba134e8d94c6b96ed02e9ffffb14a
    • 3e10ce4 Do not test these extensions on 1.8.x
    • 56d31c1 Updated PHPStan to commit 35cac5ad49640e052743686088c5b51705cc99a2
    • 2b34061 Updated PHPStan to commit 1eb0d1b3ab9554c8662abf45df9445eb9d70949a
    • bef43ce Updated PHPStan to commit 877835002a2daa758a82a8e0d5502881e7e25aa3
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies automerge 
    opened by dependabot[bot] 1
  • Bump phpstan/phpstan from 1.8.3 to 1.8.4

    Bump phpstan/phpstan from 1.8.3 to 1.8.4

    Bumps phpstan/phpstan from 1.8.3 to 1.8.4.

    Release notes

    Sourced from phpstan/phpstan's releases.

    1.8.4

    PHPStan 1.8.3 but faster!

    Improvements 🔧

    Bugfixes 🐛

    Commits
    • eed4c9d PHPStan 1.8.4
    • 11ac410 Update Doctrine ORM baseline
    • abdbe33 Update PHPUnit baseline
    • 226c152 Updated PHPStan to commit 1a8f07040d37a68e612a771e67322e8f624ae6aa
    • 9cf68b9 Updated PHPStan to commit 2e89a22dc28a044b65dc8f2bf7c76fd0b65f66ee
    • 508d5d7 Updated PHPStan to commit ec9240294a85e84fc212f551c92698e6005cf3c1
    • bf20a21 Regression test
    • f754560 Shipmonk R&D PHPStan rules in integration tests
    • 8b69fbd Doctrine projects in integration tests
    • 8c3d60c Updated PHPStan to commit 0cc87f37855611868d784deb3d5ec26c5058fda4
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies automerge 
    opened by dependabot[bot] 1
  • Bump phpstan/phpstan-strict-rules from 1.3.0 to 1.4.2

    Bump phpstan/phpstan-strict-rules from 1.3.0 to 1.4.2

    Bumps phpstan/phpstan-strict-rules from 1.3.0 to 1.4.2.

    Release notes

    Sourced from phpstan/phpstan-strict-rules's releases.

    1.4.2

    • 4e57160 - Revert "Add regression test for non-looping loops"

    1.4.1

    • 749afc7 - Configuration parameters to enable/disable rules - fix for VariablePropertyFetchRule
    • 6f0133d - Add regression test for non-looping loops

    1.4.0

    Commits
    • 4e57160 Revert "Add regression test for non-looping loops"
    • 749afc7 Configuration parameters to enable/disable rules - fix for VariablePropertyFe...
    • 6f0133d Add regression test for non-looping loops
    • a73b397 Update workflow
    • 8019e79 Update README.md
    • f120c3b Configuration parameters to enable/disable rules
    • 6ec8ce7 Update build.yml
    • a885399 Create tag workflow
    • See full diff in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies automerge 
    opened by dependabot[bot] 1
Owner
Contributte
First::class extensions for Nette Framework
Contributte
📖 The Nette documentation

How to contribute Nette welcomes contributions. You are free to make changes or translate existing pages. Before contributing, please read information

Nette Foundation 108 Dec 14, 2022
MaxPHP HTTP project skeleton.

轻量 • 简单 • 快速 一款基于swoole的组件化的轻量PHP框架,可以用作API开发,方便快速。 主要特性 组件和框架核心分离 基于 Psr7 的 HTTP-Message 基于 Psr11 的容器 基于 Psr14 的事件 基于 Psr15 的中间件 基于 Psr16 的缓存组件,支持 Fi

chengyao 9 Dec 15, 2022
Slim Framework skeleton application with MVC Schema

Slim Framework skeleton application with MVC Schema

JingwenTian 9 Apr 29, 2021
Slim Framework 3 Skeleton Application + PagSeguro Lib

Slim Framework 3 Skeleton Application + PagSeguro Lib Aplicação simples para geração do Token para pagamentos no PagSeguro (método transparente) e env

Raí Siqueira 1 Feb 26, 2018
Easy to use, fast extendable small PHP Framework, like the one you ever missed. The skeleton-APP

About Tufu-Framework Easy to use, fast extendable PHP Framework, like the one you ever missed. Features included such as: Twig and extensions. Fast ro

Giacomo Barbalinardo 0 Jul 2, 2022
Mako skeleton application.

Mako Framework Mako is a lightweight and easy to use PHP framework based on the MVC architectural design pattern. Check out the documentation and crea

Mako Framework 27 Nov 12, 2022
Slim 3 skeleton working with Google App Engine include cron configuration.

Slim3 GAE Skeleton Slim 3 skeleton working with Google App Engine include cron configuration. Demo https://slim3-gae-skeleton.appspot.com/health_check

Jared Chu 2 May 10, 2018
A skeleton to get started with Silex

Silex Skeleton WARNING: Silex is in maintenance mode only. Ends of life is set to June 2018. Read more on Symfony's blog. Welcome to the Silex Skeleto

Silex 789 Dec 5, 2022
lumen ^6.0 skeleton

Lumen skeleton It can format code and check the error code when submit code. Use the best api response package of QeeZer/api-responder. Comprehensive

齐子 1 Apr 1, 2022
The Yaf testable skeleton and composer supported.

The Yaf testable skeleton and composer supported

安正超 142 Nov 28, 2022
Slim 3 MVC Skeleton With Swoole

Slim 3 MVC Skeleton With Swoole ##Features Quickly setup and start working on a new Slim Framework 3 . Use the latest Slim 3 with the PHP-View templat

kcloze 53 Aug 17, 2022
This publication describes a standard filesystem skeleton suitable for all PHP packages

pds/skeleton This publication describes a standard filesystem skeleton suitable for all PHP packages. Please see https://github.com/php-pds/skeleton_r

null 2k Dec 30, 2022
A skeleton repository for Spatie's PHP Packages

:package_description This package can be used as to scaffold a framework agnostic package. Follow these steps to get started: Press the "Use template"

Spatie 335 Dec 25, 2022
The component provides an array-based DSL to construct complex validation chains.

Spiral Validator The component provides an array-based DSL to construct complex validation chains. Requirements Make sure that your server is configur

Spiral Scout 2 Sep 14, 2022
a framework for WebDevelop based on the mvc structure. The name of this project for Fun because everyone can use it. Completely simple and powerful structure for all your projects

A_A (-.-) ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ |-| █▄─▄▄─█▄─██─▄█─▄▄▄▄█─▄▄▄▄█▄─█─▄█─▄▄▄─██▀▄─██─▄

MasihGhaznavi 7 Jun 29, 2022
Prado - Component Framework for PHP 7

Prado PHP Framework PRADO is a component-based and event-driven programming framework for developing Web applications in PHP 7. PRADO stands for PHP R

The PRADO Group 182 Dec 17, 2022
Slim Framework view helper built on top of the Twig templating component

Slim Framework Twig View This is a Slim Framework view helper built on top of the Twig templating component. You can use this component to create and

Slim Framework 321 Dec 16, 2022
Framework X is a simple and fast micro framework based on PHP

Framework X is a simple and fast micro framework based on PHP. I've created a simple CRUD application to understand how it works. I used twig and I created a custom middleware to handle PUT, DELETE methods.

Mahmut Bayri 6 Oct 14, 2022
Bootcamp project based on PHP-MVC using MySQL database.

Up-Stream This is the implementation of a full website based on PHP MVC. Using MySql database to create a website. And Bootstrap4 for front-end. Start

AmirH.Najafizadeh 4 Jul 31, 2022