issues
search
graphp
/
graph
GraPHP is the mathematical graph/network library written in PHP.
MIT License
694
stars
74
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Trees support
#216
Houssem-Guemer
closed
8 months ago
1
Update test suite and report failed assertions
#215
clue
closed
2 years ago
0
[0.9.x] Test on PHP 8.2 and update test environment
#214
clue
closed
2 years ago
0
Rename `master` branch to `1.x` and update installation instructions
#213
clue
closed
2 years ago
4
Test on PHP 8.2 and update test environment
#212
clue
closed
2 years ago
0
Drop legacy HHVM support due to lack of support and failing test suite
#211
clue
closed
2 years ago
0
v0.9.3 Composer package name is 'clue/graph'
#210
joachim-n
closed
2 years ago
2
Add badges to show number of project installations
#209
clue
closed
2 years ago
0
Support PHP 8.1 release
#208
clue
closed
2 years ago
0
Use GitHub Actions for continuous integration (CI) for legacy v0.9.x
#207
clue
closed
2 years ago
0
Fix composer package name in the README
#206
luiz-brandao
closed
2 years ago
2
Whats are supported databases? [question]
#205
APMU
closed
2 years ago
2
Fix automatic vertex ID generation when using vertex IDs with strings
#204
viktorprogger
closed
2 years ago
0
Improve assertCount assertion
#203
peter279k
closed
3 years ago
0
Use GitHub actions for continuous integration (CI)
#202
SimonFrings
closed
3 years ago
0
Class 'Graphp\Graph\Graph' not found. May be readme needs an update
#201
ssontakke
closed
3 years ago
2
Run tests on PHP7.4, PHP8 and PHPUnit 9.3
#200
SimonFrings
closed
3 years ago
0
Allow PHP 8
#199
OndraM
closed
3 years ago
3
MathPHP is in need of a Graph component.
#198
Beakerboy
closed
3 years ago
1
What is missing for release 1.0.0?
#197
DanielBadura
closed
2 years ago
2
Consider to update your CHANGELOG
#196
llaville
closed
4 years ago
1
Remove `Vertices` and `Edges` collection classes, use plain arrays instead
#195
clue
closed
4 years ago
0
Remove left-over namespaced Exception interface
#194
clue
closed
4 years ago
0
Remove all custom Exception classes, use built-in Exceptions instead
#193
clue
closed
4 years ago
0
Run tests on PHPUnit 9, on PHP 7.4 and add .gitattributes to exclude dev files from exports
#192
SimonFrings
closed
4 years ago
0
Releases needed
#191
visitek
closed
4 years ago
1
Namespace Fhaculty\Graph after installed
#190
r-augustine
closed
4 years ago
1
Add Graph::withoutVertex() and Graph::withoutEdge() instead of destroy()
#189
clue
closed
4 years ago
0
Simplify Vertices and Edges collections, remove unneeded factory methods and favor collections over simple arrays
#188
clue
closed
4 years ago
0
Add new Entity class to simplify holding attributes and remove attribute namespace
#187
clue
closed
4 years ago
0
Accept attributes on creation (constructors and create*() methods)
#186
clue
closed
4 years ago
0
Remove Vertex IDs, related mappings etc.
#185
clue
closed
4 years ago
0
Automated native_function_invocation fixes
#184
draco2003
closed
5 years ago
2
Support native cloning of `Graph` object, remove all methods related to cloning and accessing cloned objects
#183
clue
closed
5 years ago
0
Remove all mathematical properties, use generic attributes instead
#182
clue
closed
5 years ago
0
Support ordering vertices and edges by custom callbacks, remove all `ORDER_*` consts
#181
clue
closed
5 years ago
0
Support ordering vertices and edges by arbitrary attribute names
#180
clue
closed
5 years ago
0
Replace `ORDER_RANDOM` with `getVerticesShuffled()`, `getVertexRandom()`, `getEdgesShuffled()` and `getEdgeRandom()`
#179
clue
closed
5 years ago
0
Rename Edge classes to Edge, EdgeUndirected and EdgeDirected
#178
clue
closed
5 years ago
0
Remove edge cloning alias methods, use Graph instead
#177
clue
closed
5 years ago
0
Remove uneeded ExporterInterface
#176
clue
closed
5 years ago
0
Move creating edges to `Graph`
#175
clue
closed
5 years ago
0
Make attributes chainable
#174
clue
closed
5 years ago
0
Add `AttributeAware::removeAttribute()`
#173
clue
closed
5 years ago
0
Minor documentation updates
#172
clue
closed
5 years ago
0
Revert "Merge pull request #138 from clue-labs/remove-attribute"
#171
clue
closed
5 years ago
0
Fix returning directed loop edges & adjacent vertices from vertex twice
#170
clue
closed
5 years ago
0
Add reference to additional shortest-path possibilities
#169
Stratadox
closed
5 years ago
1
Add a Group entity
#168
matthiasnoback
closed
5 years ago
9
Add development tools: Grumphp, Infection, PHPCsFixer, PHPStan,...
#167
drupol
closed
5 years ago
2
Next