-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
USSD V3 #39
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cybersai
added a commit
that referenced
this pull request
Jan 21, 2024
* Laravel 10 dependencies (#32) (#38) Co-authored-by: Samuel Mwangi <[email protected]> * USSD V3 (#39) * Version 3.0 wip * Try github actions for testing * Update build badges * Listing pagination aid * Limit content aid * Making limit content, paginate and terminate play nice together * Format code with php cs fixer * Trim output and add conditional trait * Validate continuing mode * Refector to use method for exception-handler and response * Import InvalidArgumentException in Testing * Specify PHP version * Use decision instead of string for continuing state * Allow creating state or action as initial state with option * Formatting menu helper and caching current page * Rename LimitContent to Truncate and add testing util for time waiting * Timeout resumation is based on last session and not begining of session * Add exception handler command and refactor command tests * Make Ussd useContext chainable and put exception handlers in the ussd directory * Typehint functions * Use docblock for ServiceProvider * Better exceptions * Improve readme * Move some of Ussd functionality to UssdBuilder --------- Co-authored-by: Samuel Mwangi <[email protected]>
cybersai
added a commit
that referenced
this pull request
Jan 21, 2024
* Laravel 10 dependencies (#32) (#38) Co-authored-by: Samuel Mwangi <[email protected]> * USSD V3 (#39) * Version 3.0 wip * Try github actions for testing * Update build badges * Listing pagination aid * Limit content aid * Making limit content, paginate and terminate play nice together * Format code with php cs fixer * Trim output and add conditional trait * Validate continuing mode * Refector to use method for exception-handler and response * Import InvalidArgumentException in Testing * Specify PHP version * Use decision instead of string for continuing state * Allow creating state or action as initial state with option * Formatting menu helper and caching current page * Rename LimitContent to Truncate and add testing util for time waiting * Timeout resumation is based on last session and not begining of session * Add exception handler command and refactor command tests * Make Ussd useContext chainable and put exception handlers in the ussd directory * Typehint functions * Use docblock for ServiceProvider * Better exceptions * Improve readme * Move some of Ussd functionality to UssdBuilder * Update the install command * Update install command --------- Co-authored-by: Samuel Mwangi <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.